projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cb4a6
)
* insdel.c (copy_text): Remove unused local var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:26:16 +0000
(18:26 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:26:16 +0000
(18:26 -0700)
src/ChangeLog
patch
|
blob
|
history
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 69d658eade2e2e06ae1530c6421378ac5b2b30cd..8bdf688179511ee010d9b762b29e345102656f40 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-3,6
+3,7
@@
* insdel.c (check_markers, make_gap_larger, make_gap_smaller):
(reset_var_on_error, Fcombine_after_change_execute_1): Now static.
(CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
+ (copy_text): Remove unused local var.
* filelock.c (within_one_second): Now static.
(lock_file_1): Rename local to avoid shadowing.
diff --git
a/src/insdel.c
b/src/insdel.c
index 18495e6c903637f66a87ddf03fbc864d0e9b1e47..ad3460f9a64b2a934f2f092e81dcf173206384e5 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-596,7
+596,6
@@
copy_text (const unsigned char *from_addr, unsigned char *to_addr,
{
EMACS_INT nchars = 0;
EMACS_INT bytes_left = nbytes;
- Lisp_Object tbl = Qnil;
while (bytes_left > 0)
{